projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bcf30d
)
(org-start-icalendar-file): Fixed format form.
author
Carsten Dominik
<dominik@science.uva.nl>
Mon, 24 Oct 2005 19:37:30 +0000
(19:37 +0000)
committer
Carsten Dominik
<dominik@science.uva.nl>
Mon, 24 Oct 2005 19:37:30 +0000
(19:37 +0000)
lisp/textmodes/org.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/org.el
b/lisp/textmodes/org.el
index a84f2be28ae493104f906134a981b2563f30dc1b..18df2ab226c5050658b467b18f5c6a34aa6a5570 100644
(file)
--- a/
lisp/textmodes/org.el
+++ b/
lisp/textmodes/org.el
@@
-9574,13
+9574,13
@@
END:VTODO\n"
(let ((user user-full-name)
(calname "something")
(name (or name "unknown"))
- (timezone "
FIXME"))
+ (timezone "
Europe/Amsterdam")) ;; FIXME: How to get the real timezone?
(princ
(format "BEGIN:VCALENDAR
VERSION:2.0
X-WR-CALNAME:%s
PRODID:-//%s//Emacs with Org-mode//EN
-X-WR-TIMEZONE:Europe/
Amsterdam
+X-WR-TIMEZONE:Europe/
%s
CALSCALE:GREGORIAN\n" name user timezone))))
(defun org-finish-icalendar-file ()